home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / introduction / 503 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: nj5.injersey.com!jeremyn
  2. From: jeremyn@nj5.injersey.com (Jeremy )
  3. Newsgroups: comp.sys.amiga.introduction
  4. Subject: Re: RAM disk Icon replacement
  5. Date: 19 Mar 1996 00:53:02 GMT
  6. Organization: Asbury Park Press
  7. Message-ID: <4il0he$cjl@news.injersey.com>
  8. References: <4ihu0b$9bb@abaco.coastalnet.com>
  9. NNTP-Posting-Host: nj5.injersey.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Israel Cortes (cn1236@treasure.coastalnet.com) wrote:
  13. > Hello, i need some help. I have an A2000 with MWB and 3.1 installed.
  14. > I downloaded some cool icons from the aminet. I deceided to replace my 
  15. > ramdisk.icon with a nice new cool one. The problem I have is that my 
  16. > ramdisk.icon ends up being a default disk icon. When I click on the 
  17. > default disk icon the nice cool one that I had snapshot in place is 
  18. > inside. I cant figure out how to use the nice cool one. Any help would be 
  19. > greatly apreciated.
  20.  
  21. I'm assuming what you're trying to say is that you want your new cool 
  22. icon to appear as the Ram Disk icon every time you boot up. The problem 
  23. is that the icon has to be stored in RAM: as the file disk.info, and of 
  24. course, it goes away every time you reboot.
  25.  
  26. Solution:
  27.  
  28. Save your cool icon somewhere (I keep mine in my Icons directory with all 
  29. the other cool ones). Now add the following lines to your 
  30. startup-sequence:
  31.  
  32. copy >nil: icons:your.cool.icon ram:
  33. rename >nil: ram:your.cool.icon ram:disk.info
  34.  
  35. Of course, icons: should be replaced with the name of your directory with 
  36. the cool icon, and your.cool.icon with the name of your icon. You 
  37. shouldn't name it disk.info, though, or it won't show up when you look at 
  38. the directory from workbench.
  39.  
  40. Do this at a point in the startup-sequence BEFORE the workbench screen 
  41. opens, and the >nil: is important!
  42.  
  43. Jeremy
  44. jeremyn@injersey.com
  45.  
  46.